type testing.testDeps

6 uses

	testing (current package)
		fuzz.go#L455: 	deps testDeps
		fuzz.go#L470: func runFuzzTests(deps testDeps, fuzzTests []InternalFuzzTarget, deadline time.Time) (ran, ok bool) {
		fuzz.go#L532: func runFuzzing(deps testDeps, fuzzTests []InternalFuzzTarget) (ok bool) {
		testing.go#L1602: 	deps        testDeps
		testing.go#L1622: type testDeps interface {
		testing.go#L1642: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {